module Base
{

    item CatanBoard
    {
        DisplayCategory = GameBoard, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanBoard, WorldStaticModel = CatanBoard,
    }

     item CatanBox
    {
        DisplayCategory = GameBox, WeightReduction = 20, Weight = 0.1, ItemType = base:container, Capacity = 2,
        Icon = Boxes/catanBox, WorldStaticModel = CatanBox,
    }

    item CatanResourceDeck
    {
        DisplayCategory = Deck, Weight = 0.01, ItemType = base:normal,
        Icon = CatanResourceDeck/deck,
        WorldStaticModel = CatanResourceDeck,
    }

    item CatanDevelopmentDeck
    {
        DisplayCategory = Deck, Weight = 0.01, ItemType = base:normal,
        Icon = CatanDevelopmentDeck/deck, WorldStaticModel = CatanDevelopmentDeck,
    }

    item CatanRobber
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanRobber, WorldStaticModel = CatanRobber,
    }

    item CatanSettlementWhite
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanSettlementWhite, WorldStaticModel = CatanSettlementWhite,
    }

    item CatanCityWhite
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanCityWhite, WorldStaticModel = CatanCityWhite,
    }

    item CatanRoadWhite
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanRoadWhite, WorldStaticModel = CatanRoadWhite,
    }

    item CatanSettlementRed
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanSettlementRed, WorldStaticModel = CatanSettlementRed,
    }

    item CatanCityRed
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanCityRed, WorldStaticModel = CatanCityRed,
    }

    item CatanRoadRed
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanRoadRed, WorldStaticModel = CatanRoadRed,
    }

    item CatanSettlementOrange
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanSettlementOrange, WorldStaticModel = CatanSettlementOrange,
    }

    item CatanCityOrange
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanCityOrange, WorldStaticModel = CatanCityOrange,
    }

    item CatanRoadOrange
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanRoadOrange, WorldStaticModel = CatanRoadOrange,
    }

    item CatanSettlementBlue
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanSettlementBlue, WorldStaticModel = CatanSettlementBlue,
    }

    item CatanCityBlue
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanCityBlue, WorldStaticModel = CatanCityBlue,
    }

    item CatanRoadBlue
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal,
        Icon = OutOfPlayTextures/CatanRoadBlue, WorldStaticModel = CatanRoadBlue,
    }

    item CatanPlayerCostsWhite
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal, Tooltip = Tooltip_PlayerCosts,
        Icon = OutOfPlayTextures/PlayerCostsWhite, WorldStaticModel = CatanPlayerCostsWhite,
    }

   item CatanPlayerCostsRed
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal, Tooltip = Tooltip_PlayerCosts,
        Icon = OutOfPlayTextures/PlayerCostsRed, WorldStaticModel = CatanPlayerCostsRed,
    }

   item CatanPlayerCostsOrange
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal, Tooltip = Tooltip_PlayerCosts,
        Icon = OutOfPlayTextures/PlayerCostsOrange, WorldStaticModel = CatanPlayerCostsOrange,
    }

   item CatanPlayerCostsBlue
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal, Tooltip = Tooltip_PlayerCosts,
        Icon = OutOfPlayTextures/PlayerCostsBlue, WorldStaticModel = CatanPlayerCostsBlue,
    }

   item CatanLongestRoad
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal, Tooltip = Tooltip_CatanLongestRoad,
        Icon = OutOfPlayTextures/LongestRoad, WorldStaticModel = CatanLongestRoad,
    }

   item CatanLargestArmy
    {
        DisplayCategory = GamePiece, Weight = 0.01, ItemType = base:normal, Tooltip = Tooltip_CatanLargestArmy,
        Icon = OutOfPlayTextures/LargestArmy, WorldStaticModel = CatanLargestArmy,
    }

}